home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_442_ tiles.txt < prev    next >
Text File  |  1994-02-10  |  231b  |  15 lines

  1. // texture attribute
  2. // create a tiled texture, alternates between 2 textures
  3. tiles
  4. {
  5.   texture // texture of tile #1
  6.   {
  7.     pigment { agate }
  8.   }
  9.   tile2
  10.   texture // texture of tile #2
  11.   {
  12.     pigment { granite }
  13.   }
  14. } // tiles
  15.